Global Index
HTML5 JS API Index > DOM Tutorials & Specs

Elements

Extends Array.

Operations
Element?
query(DOMString relativeSelectors)
The query(relativeSelectors) method must return the first result of running match a relative selectors string relativeSelectors against the context object, and null if the result is an empty list.
Elements
queryAll(DOMString relativeSelectors)
The queryAll(relativeSelectors) method must return the result of running this.constructor with the result of running match a relative selectors string relativeSelectors against the context object.
Referenced by
ParentNodequeryAll(...)